home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Choice 4
/
Choice CD-ROM 4 - Disc 2.iso
/
onl
/
14
/
sakbac11.lzh
/
RSTWIN.BAC
< prev
next >
Wrap
Text File
|
1994-02-15
|
444b
|
26 lines
; Windows を高速リスタートします。
bac data
set_bmpcaption "Windows リスタート"
set_msgcaption "案内"
dsp_bmp sakinst.bca
; |_ ビットマップを表示するときは、お持ちの bmp bcs bca ファイル
; を指定して下さい。
@loop
set_msg "Windows をリスタートしますか?"
set_msg " ○リスタートする"
set_msg " ○やめる"
dsp_msg beep_off
if_sel2 @yes
if_sel3 @end
goto @loop
@yes
rst_win
@end
end